home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / williame.swf / scripts / frame_23 / PlaceObject2_278_98 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-09-27  |  158 b   |  10 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.maman.hitTest(_root.ship.hull))
  3.    {
  4.       tellTarget("_root")
  5.       {
  6.          gotoAndStop(25);
  7.       }
  8.    }
  9. }
  10.